From 5ccf17bd714956a02679f43d6f7aa3b3ee7a1371 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 12 Dec 2007 09:59:53 +0000 Subject: [PATCH] docs: Adjust revision number in Xen-API document and introduce revision history. This patch adjusts the revision number to 1.0.1 and date in the Xen-API document and introduces a revision history with entries for 1.0.0 and 1.0.1. Signed-off-by: Stefan Berger --- docs/xen-api/xenapi-coversheet.tex | 4 ++-- docs/xen-api/xenapi.tex | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/xen-api/xenapi-coversheet.tex b/docs/xen-api/xenapi-coversheet.tex index d9ca120be7..0edcd3e26b 100644 --- a/docs/xen-api/xenapi-coversheet.tex +++ b/docs/xen-api/xenapi-coversheet.tex @@ -17,12 +17,12 @@ \newcommand{\coversheetlogo}{xen.eps} %% Document date -\newcommand{\datestring}{27th April 2007} +\newcommand{\datestring}{10th December 2007} \newcommand{\releasestatement}{Stable Release} %% Document revision -\newcommand{\revstring}{API Revision 1.0.0} +\newcommand{\revstring}{API Revision 1.0.1} %% Document authors \newcommand{\docauthors}{ diff --git a/docs/xen-api/xenapi.tex b/docs/xen-api/xenapi.tex index bc1abfee9d..f71689e377 100644 --- a/docs/xen-api/xenapi.tex +++ b/docs/xen-api/xenapi.tex @@ -32,6 +32,9 @@ % The coversheet itself \include{coversheet} +% The revision history +\include{revision-history} + % ... and off we go! \chapter{Introduction} -- 2.30.2